home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Graphics / convd / Convolves / Smooth
Encoding:
Text File  |  2000-01-15  |  298 b   |  29 lines

  1. CONV
  2.  
  3. ; ImageStudio ©1994,1995 Andy Dean, Graham Dean
  4.  
  5. ; Convolve = Smooth
  6. ; Creation date = Mon Nov 24 03:50:51 1997
  7. ; User name = ¼¼ßÛÙ×íÈÇØãáœã͜Ûà
  8.  
  9. ; Matrix
  10.  
  11.    0   0   0   0   0
  12.  
  13.    0   0   1   0   0
  14.  
  15.    0   1   0   1   0
  16.  
  17.    0   0   1   0   0
  18.  
  19.    0   0   0   0   0
  20.  
  21.  
  22. ; Divisor
  23.  
  24. 4
  25.  
  26. ; Bias
  27.  
  28. 0
  29.